home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / QuickTime™ VR 2.0 SDK / QTVR C⁄C++ Runtime API / Sample Code / QTVRSamplePlayer / src / globals.c < prev    next >
Encoding:
Text File  |  1997-05-22  |  138 b   |  11 lines  |  [TEXT/CWIE]

  1. // Allocation of global variables
  2.  
  3. // System headers
  4.  
  5. // API headers
  6.  
  7. // Application-specific headers
  8. #include "app.h"
  9.  
  10. GlobalsStruct        g;
  11.